home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / t.bat < prev    next >
DOS Batch File  |  1979-12-31  |  634b  |  39 lines

  1. @echo off
  2. ::del *.obj
  3. ::call dofly d
  4.  
  5. call f8
  6. del *.log
  7. fly8 ni500 z75 iCaeft nl0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  8.  
  9. goto end
  10.  
  11. ::
  12. :: all G2
  13. ::    seems to work (15min test)
  14. ::
  15. :: do G3:
  16. :: for %%i in (a b c d e f g h i j k l m n o p) do del %%i*.obj
  17. ::    failed (after 15mins...)
  18. ::
  19. :: do G2:
  20. :: memory
  21. ::
  22. :: do G2, DEBUG_MULDIV
  23. :: show
  24. ::
  25. :: do G2
  26. :: debug
  27. ::    failed and reported problems
  28. ::
  29. :: all G2, DEBUG_MULDIV
  30. ::    seems to be OK, no errors reported.
  31. ::
  32. :: all G3, DEBUG_MULDIV (sys still G2)
  33. ::    works perfect if no net, if net weird errors get reported.
  34. ::
  35. :: new setup, most G3 except for excluded modules (see note in makefile).
  36. ::
  37.  
  38. :end
  39.